/**
 *
 * Ticket: 8444367
 * Author: Sean Loveall
 * Add lock icons next to external links in subnav for parent/guardian page
 *
 */

.nav-sub .fsNavLevel1 > li.lock a:before {
    font-family: FontAwesome;
    content: "\f023";
    padding-right: 5px;
}

/* End Section */


/**
* Date: 5/31/2016
* Ticket 3870-8445931: White space on some directory entries
* Author: Erich Polixa
* Description: flex justify fix
*/

 .fsDirectory .fsConstituentItem.fsHasPhoto,
 .fsdirectory .fsconstituentitem.fshasphoto {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
 }

/* End Section */

/*
*  Ticket 8451275
*  List items did not have a style position to keep them inside the parent container.
*  07/21/16 - James B
*/

li {
    list-style-position: inside;
}

/* End Section */



/* 9761929 - Jon B - 10/14/25 */

body:not(.fsComposeMode) .fsPostElement .fsElementEmpty {
    opacity: 0;
}
